public static enum Bond.BondType extends java.lang.Enum<Bond.BondType>
Enum Constant and Description |
---|
AROMATIC |
DATIVE |
DATIVEL |
DATIVEONE |
DATIVER |
DOUBLE |
FIVEANDAHALF |
FOURANDAHALF |
HEXTUPLE |
HYDROGEN |
IONIC |
ONEANDAHALF |
OTHER |
QUADRUPLE |
QUINTUPLE |
SINGLE |
THREEANDAHALF |
THREECENTER |
TRIPLE |
TWOANDAHALF |
UNSPECIFIED |
ZERO |
Modifier and Type | Method and Description |
---|---|
static Bond.BondType |
swigToEnum(int swigValue) |
int |
swigValue() |
static Bond.BondType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Bond.BondType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Bond.BondType UNSPECIFIED
public static final Bond.BondType SINGLE
public static final Bond.BondType DOUBLE
public static final Bond.BondType TRIPLE
public static final Bond.BondType QUADRUPLE
public static final Bond.BondType QUINTUPLE
public static final Bond.BondType HEXTUPLE
public static final Bond.BondType ONEANDAHALF
public static final Bond.BondType TWOANDAHALF
public static final Bond.BondType THREEANDAHALF
public static final Bond.BondType FOURANDAHALF
public static final Bond.BondType FIVEANDAHALF
public static final Bond.BondType AROMATIC
public static final Bond.BondType IONIC
public static final Bond.BondType HYDROGEN
public static final Bond.BondType THREECENTER
public static final Bond.BondType DATIVEONE
public static final Bond.BondType DATIVE
public static final Bond.BondType DATIVEL
public static final Bond.BondType DATIVER
public static final Bond.BondType OTHER
public static final Bond.BondType ZERO
public static Bond.BondType[] values()
for (Bond.BondType c : Bond.BondType.values()) System.out.println(c);
public static Bond.BondType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int swigValue()
public static Bond.BondType swigToEnum(int swigValue)